projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f2982
)
Add PKG_LICENSE and MAINTAINER
author
Christian Schoenebeck
<
[email protected]
>
Tue, 16 Sep 2014 03:28:22 +0000
(
05:28
+0200)
committer
Christian Schoenebeck
<
[email protected]
>
Tue, 16 Sep 2014 03:28:22 +0000
(
05:28
+0200)
Add PKG_LICENSE and MAINTAINER and update PKG_RELEASE
net/ddns-scripts/Makefile
patch
|
blob
|
history
diff --git
a/net/ddns-scripts/Makefile
b/net/ddns-scripts/Makefile
index 4b50e8d8d50df980ac480102fa91995e5313c866..5104c9d60c54609cfd3bfdfd3a31d91d1a23461d 100644
(file)
--- a/
net/ddns-scripts/Makefile
+++ b/
net/ddns-scripts/Makefile
@@
-2,7
+2,8
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-scripts
PKG_VERSION:=1.0.0
-PKG_RELEASE:=22
+PKG_RELEASE:=23
+PKG_LICENSE:=GPL-2.0
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
@@
-14,6
+15,7
@@
define Package/ddns-scripts
SUBMENU:=IP Addresses and Names
TITLE:=Dynamic DNS Scripts
PKGARCH:=all
+ MAINTAINER:=Christian Schoenebeck <
[email protected]
>
endef
define Package/ddns-scripts/description